MXNet
- MXNet runs on Amazon Linux, Ubuntu/Debian, OS X, and Windows operating systems.
- Flexible and efficient GPU computing and state-of-art deep learning to R.
- Seamless tensor/matrix computation with multiple GPUs in R.
- Construct and customize the state-of-art deep learning models in R, and apply them to tasks, such as image classification and data science challenges
- Supports the Python, R, Julia and Scala languages
- MXNet Package can be downloaded using the following commands:
install.packages("drat", repos="https://cran.rstudio.com")
drat:::addRepo("dmlc")
install.packages("mxnet")